home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Science / RLaB / help / hess < prev    next >
Text File  |  1994-04-25  |  284b  |  15 lines

  1. hess:
  2.  
  3. Syntax:    hess( A )
  4.  
  5. Description:
  6.  
  7.     Hess finds the Hessenberg from of a matrix. Hess takes a
  8.     single matrix as input, and returns a list with two elements,
  9.     h, and p.
  10.  
  11.         A = p * h * p'        where A is the input
  12.  
  13.     Hess uses the LAPACK subroutines DGEHRD, DORGHR, and ZGEHRD,
  14.     ZUNGHR.
  15.